Hook up key bindings in CSS with key propagation.
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 28 Jan 2011 09:06:42 +0000 (10:06 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Jan 2011 02:24:52 +0000 (21:24 -0500)
commit9a3466832cc73ae29b704547747b8699132c1250
tree3aa23042963454a1a35f044a631c479e88f7f8f6
parentd39f0411bea8a04d5ed8af6ca48a843133b4e2c4
Hook up key bindings in CSS with key propagation.

This is done in the same place than it was done before the switch
to GtkStyleContext, the GtkBindingEntry has been slightly simplified
since it's now the GtkStyleContext which hands us the list
of binding sets applying to a widget, so no need to use the older
matching mechanisms.
gtk/gtkbindings.c